github.com/jackc/pgx/v5.pipelineBatchResults.nextQueryAndArgs (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L303: 	query, arguments, err := br.nextQueryAndArgs()
		batch.go#L349: 	query, arguments, err := br.nextQueryAndArgs()
		batch.go#L440: func (br *pipelineBatchResults) nextQueryAndArgs() (query string, args []any, err error) {